func go/printer.combinesWithName
3 uses
go/printer (current package)
nodes.go#L383: } else if mode == typeTParam && fields.NumFields() == 1 && combinesWithName(stripParensAlways(fields.List[0].Type)) {
nodes.go#L406: func combinesWithName(x ast.Expr) bool {
nodes.go#L412: return combinesWithName(x.X) && !isTypeElem(x.Y)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)